#   Copyright (c) By Dialogue Technology Corp. All rights reserved.
#   07/09/2008
#############################################################################

PenMount USB Driver Package for Windows CE.Net 6.0

1. Copy Penmount to $(_WINCEROOT)\Public

2. Please edit PM2Usb.reg for hardware configuration like "Port"(for com port
   number), "Baudrate",and "Protocol"(choose control board). For example:
   
   "HalfSpeed"=dword:1        ; set "HalfSpeed" = 1 to slow-down the sample rate 
                              ; of PenMount 6000.

   "DisableEEPROM" = dword: 1 ; disable that storing calibrate data to EEPROM 
                              ; of controller.

   "NoCal16"=dword:0          ; "NoCal16" - remove 16-point calibrate option from UI.
   "DefaultCalib"=dword:9     ; "DefaultCalib" - setting defualt calibrate algorithm.
                              ; 0 --> Standard Calibrate
                              ; 4 --> Advanced  4-Points Calibrate
                              ; 9 --> Advanced  9-Points Calibrate
                              ; 10--> Advanced 16-Points Calibrate

   (PS: These registries is useless for PenMount 5000)
   (PS2: This driver can detect the controller (6000U or 5000). )

3. Open your OSDesign.

4. Refresh "Catalog Items View". If you can't see "PenMount2 XXX"

5. Check the box of "PenMount2 XXX" item.

6. Build "Subprojects--> XXX". If your OSDesign had built.
   Or You must build your OSDesign.



